net/http.routingIndexKey.pos (field)
5 uses
	net/http (current package)
		routing_index.go#L27: 	pos int    // 0-based segment position
		routing_index.go#L39: 			key := routingIndexKey{pos: pos, s: ""}
		routing_index.go#L87: 		return apply(idx.segments[routingIndexKey{s: "/", pos: len(pat.segments) - 1}])
		routing_index.go#L103: 			lpats := idx.segments[routingIndexKey{s: seg.s, pos: i}]
		routing_index.go#L104: 			wpats := idx.segments[routingIndexKey{s: "", pos: i}]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |